const runtime.kindGCProg
8 uses
runtime (current package)
arena.go#L561: if typ.Kind_&kindGCProg != 0 {
arena.go#L584: if typ.Kind_&kindGCProg != 0 {
cgocheck.go#L144: if typ.Kind_&kindGCProg == 0 {
cgocheck.go#L248: if typ.Kind_&kindGCProg == 0 {
mbitmap.go#L696: if typ.Kind_&kindGCProg != 0 {
mbitmap.go#L975: if typ.Kind_&kindGCProg != 0 {
stkframe.go#L267: if abiRegArgsType.Kind_&kindGCProg != 0 {
typekind.go#L36: kindGCProg = 1 << 6
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |